ci: Add a style check pass
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 11 Feb 2020 13:28:16 +0000 (13:28 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Tue, 11 Feb 2020 14:47:22 +0000 (14:47 +0000)
commit76aba1f0460fde2115842e8480d700f1e5418138
treef0314dde82f376f702b7a13378c6806d089a2a3f
parent59028d7d0f3a607949a1c1bc97b9cd6d3a653140
ci: Add a style check pass

We should at least try to get the style check done by a machine, as
opposed to have humans go through merge requests with coding style
nitpicks.
.clang-format [new file with mode: 0644]
.gitlab-ci.yml
.gitlab-ci/clang-format-diff.py [new file with mode: 0755]
.gitlab-ci/fedora.Dockerfile
.gitlab-ci/run-style-check-diff.sh [new file with mode: 0755]